projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f36f4e9
)
(chan_process, Vprocess_alist): No longer static.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Mar 1994 23:35:11 +0000
(23:35 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Mar 1994 23:35:11 +0000
(23:35 +0000)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 18b9947e0b4ea82683caba676d482dd1b37b09c6..ed87b10bccf2bfffaea6db39a9ed92d677ade8d3 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-222,10
+222,10
@@
static int keyboard_descriptor;
static int delete_exited_processes;
/* Indexed by descriptor, gives the process (if any) for that descriptor */
-
static
Lisp_Object chan_process[MAXDESC];
+Lisp_Object chan_process[MAXDESC];
/* Alist of elements (NAME . PROCESS) */
-
static
Lisp_Object Vprocess_alist;
+Lisp_Object Vprocess_alist;
/* Buffered-ahead input char from process, indexed by channel.
-1 means empty (no char is buffered).